From 6b5344d88138d9d8e2ae8acaa13b9cf3b300ead9 Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Sun, 19 Aug 2007 23:54:59 +0000 Subject: [PATCH] * mh-e.el (mh-invisible-header-fields-internal): We want to show Comments: and hide Comment:, not the other way around. --- lisp/mh-e/mh-e.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index c352bea9480..a9236473995 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -2396,8 +2396,8 @@ of citations entirely, choose \"None\"." "Bestservhost:" "Cancel-Key:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ "Cancel-Lock:" ; NNTP posts -;; "Comment:" ; Lets keep this one - "Comments:" ; RFC 2822 + "Comment:" ; Shows up with DomainKeys +;; "Comments:" ; RFC 2822 - show this one "Content-" ; RFC 2045, 1123, 1766, 1864, 2045, 2110, 2156, 2183, 2912 "Control:" ; RFC 1036 "Conversion-With-Loss:" ; RFC 2156 -- 2.30.2